object frmTimer: TfrmTimer Left = 632 Top = 296 Width = 257 Height = 168 Caption = 'frmTimer' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PopupMenu: TPopupMenu Left = 24 Top = 32 object pmiNewTimer: TMenuItem Caption = 'New Timer' Default = True OnClick = pmiNewTimerClick end object N1: TMenuItem Caption = '-' end object pmiStartup: TMenuItem AutoCheck = True Caption = 'Load at Startup' OnClick = pmiStartupClick end object N2: TMenuItem Caption = '-' end object pmiAbout: TMenuItem Caption = 'About' OnClick = pmiAboutClick end object pmiExit: TMenuItem Caption = 'Exit' OnClick = pmiExitClick end end end